home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 307 < prev    next >
Internet Message Format  |  1994-08-27  |  810b

  1. Date: Sun, 5 Jun 94 15:18 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: mint@atari.archive.umich.edu
  4. Subject: XBRA_install()
  5.  
  6.  
  7. I like the idea of having system calls to install something in a system
  8. vector.  With the system handling Xbra (BTW, has anyone read the extended
  9. XBRA, where a JMP instruction is put between the address and the XBRA ids?
  10. That way you just BRA to the JMP to fall through.  It's not fully
  11. compatible with existing XBRA though) and being able to unlink vectors
  12. the system could become MUCH more stable.  Perhaps you should just
  13. modify Setexec() or one or more of the other calls.  MiNT could handle
  14. these calls, which currently violate protection anyway.  MiNT would
  15. make sure they were XBRA installed, could check privaleges, and unlink
  16. them at termination.
  17.  
  18. Very nice idea.
  19.  
  20.